bootstage: get more BOOTSTAGE_ID* in show_boot_progress()
authorHeiko Schocher <[email protected]>
Mon, 5 Aug 2013 14:00:36 +0000 (16:00 +0200)
committerTom Rini <[email protected]>
Thu, 15 Aug 2013 22:38:36 +0000 (18:38 -0400)
In case CONFIG_BOOTSTAGE is not defined, call from bootstage_mark_name()
show_boot_progress(), so get more BOOTSTAGE_ID* ids in show_boot_progress()
if CONFIG_BOOTSTAGE is not defined.

Signed-off-by: Heiko Schocher <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Albert Aribaud <[email protected]>
Acked-by: Simon Glass <[email protected]>
include/bootstage.h

index 25b4e07c7e77519737724e56d8f26f63dd209fd1..87bf906b263e09a8a25527f7238cbb6352de953d 100644 (file)
@@ -353,6 +353,7 @@ static inline ulong bootstage_error(enum bootstage_id id)
 
 static inline ulong bootstage_mark_name(enum bootstage_id id, const char *name)
 {
+       show_boot_progress(id);
        return 0;
 }